名前 | 解説 | |
---|---|---|
Count | Gets the number of elements in the collection. | |
IsDisposed | Gets whether the collection is disposed. | |
Item | Gets the element at the specified index in the read-only list. |
C1DataCollectionBase<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements in the collection. | |
IsDisposed | Gets whether the collection is disposed. | |
Item | Gets the element at the specified index in the read-only list. |
名前 | 解説 | |
---|---|---|
Dispose | ||
GetItemType | Gets the type of the item. | |
IndexOf | Gets the index of the specified item. |
名前 | 解説 | |
---|---|---|
CollectionChanged | Occurs after the collection changed. | |
PropertyChanged | Occurs when a property value changes. |